home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 827 b | 33 lines | [TEXT/MPS ] |
-
- #*********************************************************************
- #
- # FILENAME
- # Exceptions.build
- #
- # DESCRIPTION
- # This is an MPW script to build Exceptions.rsrc which can be
- # pasted into Debugger Prefs with ResEdit.
- #
- # COPYRIGHT
- # Copyright © Apple Computer, Inc. 1991
- # All rights reserved.
- #
- # MODIFICATION HISTORY
- # 11/05/91 Sean Parent
- # 1) Created
- #
- #*********************************************************************
-
- Set COptions "-mbg off -opt full -r -warnings full"
- Export COptions
- Begin
- Echo "Set Echo 1"
- Make -d Objects={Objects} ∂
- -d Targets={Targets} ∂
- -d Sources={Sources} ∂
- -d COptions='{COptions}' ∂
- -f Exceptions.rsrc.make ∂
- {Targets}Exceptions.rsrc
- End > {Objects}Exceptions.rsrc.makeout
- {Objects}Exceptions.rsrc.makeout
- Delete {Objects}Exceptions.rsrc.makeout